Uses of Interface
org.eclipse.vtp.framework.interactions.core.conversation.IBridgeMessage

Packages that use IBridgeMessage
org.eclipse.vtp.framework.interactions.core.conversation   
org.eclipse.vtp.framework.interactions.core.services   
 

Uses of IBridgeMessage in org.eclipse.vtp.framework.interactions.core.conversation
 

Methods in org.eclipse.vtp.framework.interactions.core.conversation that return IBridgeMessage
 IBridgeMessage IConversation.createBridgeMessage(BridgeMessageConfiguration configuration, java.lang.String resultParameterName)
           
 

Uses of IBridgeMessage in org.eclipse.vtp.framework.interactions.core.services
 

Methods in org.eclipse.vtp.framework.interactions.core.services that return IBridgeMessage
 IBridgeMessage Conversation.createBridgeMessage(BridgeMessageConfiguration configuration, java.lang.String resultParameterName)